Skip to content

Various small fixes#772

Merged
7w1 merged 11 commits intodevfrom
fix/more-markdown-parser-fixes
May 8, 2026
Merged

Various small fixes#772
7w1 merged 11 commits intodevfrom
fix/more-markdown-parser-fixes

Conversation

@7w1
Copy link
Copy Markdown
Member

@7w1 7w1 commented May 7, 2026

Description

Adds arrow brackets back to suppressed previews when editing messages.
Adds back the height attribute and adds settings for adjusting the maximum and default incoming inline image height.
Fixed the read receipt dialog inconsistency.
Fixes the room cosmetics menu not properly updating the membership with the new avatar.

Fixes #767
Fixes #770

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

  • Partially AI assisted (clarify which code was AI assisted and briefly explain what it does).
  • Fully AI generated (explain what all the generated code does in moderate detail).

Tests were AI generated

@7w1 7w1 requested a review from hazre as a code owner May 7, 2026 18:08
@7w1 7w1 changed the title Various small markdown parser related fixes Various small fixes May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

Status Preview URL Commit Alias Updated (UTC)
✅ Deployment successful! https://pr-772-sable.raspy-dream-bb1d.workers.dev a76f451 pr-772 Thu, 07 May 2026 21:41:58 GMT

@7w1 7w1 merged commit c223f35 into dev May 8, 2026
12 checks passed
Septicity pushed a commit to Septicity/Sable that referenced this pull request May 10, 2026
> [!IMPORTANT]
> Merging this PR will create a new release.

## Fixes

* Self-hosted deployments can set optional `settingsDefaults` in
`config.json` to override built-in client settings. See the README for
details. ([SableClient#785](<SableClient#785>) by
@7w1)
* Updated the math detection to avoid accidental detection when talking
about math or spamming dollar signs.
([SableClient#779](<SableClient#779>) by @7w1)
* Added a couple new settings for max incoming inline image height and
default height for unspecified.
http://localhost:8080/settings/appearance?focus=incoming-inline-images-default-height&moe.sable.client.action=settings
([SableClient#772](<SableClient#772>) by @7w1)
* Fixed links with suppressed previews not having the arrow brackets
readded when editing a message.
([SableClient#772](<SableClient#772>) by @7w1)
* Added the ability to cap preview embed size.
http://localhost:8080/settings/appearance?focus=link-preview-image-max-height&moe.sable.client.action=settings
([SableClient#783](<SableClient#783>) by @7w1)
* Fix the inconsistent sizing for the read receipt dialog boxes.
([SableClient#772](<SableClient#772>) by @7w1)
* Fixed room avatars set in the settings cosmetics menu not applying.
([SableClient#772](<SableClient#772>) by @7w1)
* Fix room names being overriden when only 1 other person is in a room.
([SableClient#784](<SableClient#784>) by @7w1)
* Fix small text being parsed in code blocks and not being escapeable.
([SableClient#782](<SableClient#782>) by @7w1)
* Fixed the hang when a message that replies to a message has a reply,
and you attempt to start a thread on that message.
([SableClient#778](<SableClient#778>) by @7w1)
* Fix RTL/LTR mixed text formatting and alignment in messages
([SableClient#743](<SableClient#743>) by
@sinasadeghi83)
* Readded various missing settings from the settings sharing list.
([SableClient#765](<SableClient#765>) by @7w1)
* Various small adjustments to the themed profiles for better
consistency. ([SableClient#777](<SableClient#777>) by
@7w1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

After upgrading to 1.15.x, changing room avatar doesn't work Missing height attribute on custom emotes

1 participant